home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
wildcat
/
filestat.zip
/
FILESTAT.CFG
< prev
next >
Wrap
Text File
|
1993-02-21
|
4KB
|
101 lines
;=============================================================================
;
; FILESTAT
;
;=============================================================================
;
; Another made from scratch utility for Wildcat! from P3 VEnture Software
;
;=============================================================================
;
; This configuration file is also servings as the documentation for this
; program as it is commented out by putting a semi-colon in the first
; byte of each line.
;
;=============================================================================
;
; Filestat reads your ( Wildcat! 3.x ONLY ) ALLFILES.DAT file, and
; extracts a bunch of information from it, and then places it in the
; display files of your choice. In this configuration file, KEYWORDS
; are on the left, followed by an equals sign '=' ( NO SPACES ON EITHER
; SIDE of the '=' ), followedby a variable.
;
;=============================================================================
; EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS EMS
;=============================================================================
; NOTE!!! EMS is used for all large data storage, this was done to
; allow the processing of Databases with 10's or thousands
; of files. If you do not have any EMS availble, then this
; program will not function
;
;=============================================================================
;
; EVERYTHING IS TREATED AS UPPER CASE.
;
;=============================================================================
;
; FILESTAT is MUCH Faster than WCPRO for generation of the same type
; of files. It CAN and HAS been run while all other nodes are online,
; as it opens the database in a SHARED READONLY mode. Inthe event of
; an error, it cleans up after itself, and exits with a non zero
; errorlevel.
;
;=============================================================================
;
; The configuration is straight forward, just look at the keyword,
; and you can tell what it does.
;
; In the EXCLUDE variables, up to 100 of each type of exclusion may be used
; More than that will strictly be ignored
;
; THIS CONFIGURATION FILE MUST BE IN YOUR PATH or in the current directory
;
;=============================================================================
;
; The WCHOME Environmental Variable must be set, WITHOUT a trailing BACKSLASH
;
; ie. SET WCHOME=D:\WILDCAT
; or SET WCHOME=D:\WC30
;
;=============================================================================
;
; If you like this little gem, send $ 15.00 to the following address.
;
; Keith R. Personett / P3 Ventures Software
; c/o Filestat Registration
; 17878 Preston Road #106
; Dallas, Tx. 75252
;
; If you have any questions, feel free to call The Assassin's Guild BBS
; at 214-713-7036
;
;=============================================================================
;
; Variable you can set for FILESTAT
;
; EXCLUDEAREA A File Area to Exclude from Listings & Stats
;
; FILELIST The Name of the Text File for ALLFILES List
;
; NEWFILEDATE New Files in Last xx Days
;
; TOPFILES Filename for Most Downloaded Files
;
; STATISTICS Filename for File Database Statistics
;
; NEWFILES Filename for Listing of New Files in Last NEWFILEDATE Days
;
; SYSOPNAME The Name of the Sysop
;
; TOPCOUNT Number of Top Files for TOPFILES Listing
;
;=============================================================================
;
EXCLUDEAREA=100
FILELIST=ALLFILES.TXT
NEWFILEDATE=15
TOPFILES=BULL14.BBS
STATISTICS=BULL15.BBS
NEWFILES=BULL16.BBS
SYSOPNAME=KEITH PERSONETT
TOPCOUNT=50